home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Cafe 3
/
Visual Cafe 3.ISO
/
Vcafe
/
Main.bin
/
genjava.bat
< prev
next >
Wrap
DOS Batch File
|
1998-10-09
|
407b
|
13 lines
REM -------------------------------------------------
REM Generating java system documentation into ..\docs
REM -------------------------------------------------
@echo off
REM Input: java.* sources under ..\..\java\src\
REM Output: HTML doc under ..\docs
REM sources copied locally
xcopy ..\..\java\src\java\*.java java\ /S >nul
if not exist ..\docs md ..\docs
..\..\bin\sj @java.rsp